       
       body {
    h1{text-align: center;font-family: 'Courier New', Courier, monospace;}
    p{text-align: center;font-family: 'Courier New', Courier, monospace;}
    background-image: url(https://flobunny.neocities.org/Greentile.png)
}
        .container { max-width: 600px; margin: auto; background: rgb(8, 133, 18); padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        h2 { border-bottom: 2px solid #17aa04; padding-bottom: 10px; }
        #message-list { margin-bottom: 20px; max-height: 300px; overflow-y: auto; border-bottom: 1px solid #3cc014; }
        .message-item { background: rgb(135, 226, 123); padding: 10px; margin-bottom: 5px; border-radius: 4px; }
        textarea { width: 100%; height: 80px; padding: 10px; margin-top: 10px; box-sizing: border-box; border-radius: 4px; border: 1px solid #09ff00; }
        button { background-color: #0f6b0c; color: rgb(14, 248, 5); border: none; padding: 10px 20px; margin-top: 10px; cursor: pointer; border-radius: 4px; width: 100%; }
        button:hover { background-color: #2d9933; }
